home *** CD-ROM | disk | FTP | other *** search
/ PC-Blue - MS DOS Public Domain Library / PC-Blue MS-DOS Public Domain Library - NYACC.iso / vol322 / problem1.doc < prev    next >
Encoding:
Text File  |  1987-06-12  |  2.1 KB  |  80 lines

  1.  
  2.                      DOCUMENTATION FOR PROBLEM SOLVING #1 
  3.  
  4.  
  5. This documentation will hopefully explain the modules of this program.
  6. I'm sure there will be questions raised and if there are, I can be 
  7. contacted by mail.  VRenda, P.O. Box 777, New York, New York 10268.
  8.  
  9.  
  10.      I used Basica on a Leading Edge Computer with 2 floppy disk drives.
  11.      
  12.      This is a menu driven program and you will be asked to choose which
  13.      module you would like to use according to the number you enter.
  14.  
  15.      This program handles percentages.  There is a display of an 
  16.      example, then you are requested to respond to the ? prompt.  
  17.      Calculations will be performed and the resultant display will be the 
  18.      answer to the problem.  Although you cannot see your whole sentence
  19.      at one time for your problem, you can examine the example to see 
  20.      what will be forthcoming.
  21.  
  22.      
  23. The following are the examples you will see:
  24.  
  25.  
  26. Enter 1 on the menu if you choose Find the Percentage.
  27.       
  28.      If 30 students took an examination and 24 passed, what percentage
  29.      of the students passed the examination
  30.  
  31.      The answer is .8     or    80%
  32.  
  33.      Now it's your chance to fill in the blanks
  34.  
  35.      
  36.  
  37. Enter 2 on the menu if you choose Percent of a Number.
  38.                                           
  39.      If 40% of a number is 250, find the number
  40.  
  41.      The answer is  625
  42.  
  43.        Now it is your chance
  44.                                  
  45.  
  46.  
  47. Enter 3 on the menu if you choose How Much Percent.
  48.  
  49.      How much is 40% of 540
  50.      
  51.      The answer is 216
  52.  
  53.      Now it's your turn 
  54.      
  55.  
  56. Enter 4 on the menu if you choose Find the Quantity.
  57.      Note:  This module is the reverse of Find the Percentage.
  58.  
  59.      If 30 pupils who took an examination passed, and these
  60.      pupils represent 75 percent of the pupils who took the 
  61.      exam, how many pupils took the exam.
  62.      
  63.      Now it's your turn, enter at the prompt and press return.
  64.  
  65.  
  66. Enter 5 on the menu to exit back to Basic.
  67.  
  68.  
  69. Enter 6 on the menu to exit to DOS.
  70.  
  71.  
  72. Unpublished work copr., April 28, 1987  Virginia Renda
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.